The Source Control Integration API > The source control integration API optional functions > SCS_SiteRenamed()

 

SCS_SiteRenamed()

Description

Notifies the DLL when the user has renamed the site so that it can update its persistent information about the site.

Arguments

oldSiteName, newSiteName

oldSiteName is a string pointing to the original name of the site before it was renamed, which cannot exceed 64 characters
newSiteName is a string pointing to the new name of the site after it was renamed, which cannot exceed 64 characters

Returns

true if successful, false if not.